/-app ...
/-app/tests ...
TestPage.ts
Application.ts
/-boot
/-imports
/-storage
/-tests
_sampleTests.ts
/-typings
stringUtils.ts
teapo.html
10
1
module teapo.tests {
2
 
3
  export class TestPage {
4
 
5
    constructor() {
6
    }
7
 
8
  }
9
 
10
}